Load Data

Table Joins

team_log_w_manager <- join_manager_table(team_logs, manager_table)

full_table <- join_standings_table(team_log_w_manager, standings_table) %>%
    normalize_gp()

Games Played

## Warning in RColorBrewer::brewer.pal(N, "Set2"): n too large, allowed maximum for palette Set2 is 8
## Returning the palette you asked for with that many colors

## Warning in RColorBrewer::brewer.pal(N, "Set2"): n too large, allowed maximum for palette Set2 is 8
## Returning the palette you asked for with that many colors